Audience

data class Audience(val value: String)

Represents an audience value used for authentication.

Throws

if the value is blank.

Constructors

Link copied to clipboard
constructor(value: String)

Creates an Audience with the specified value.

Properties

Link copied to clipboard

The audience value. Must not be blank.

Functions

Link copied to clipboard
open override fun toString(): String

Returns the string representation of the audience value.